DeselectRow(ITableRow[]) Method
Deselects the specified rows in the table.

C# Syntax

void DeselectRow( 
   params ITableRow[] rows
)

Parameters

rows
the ITableRow rows to deselect.